home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / MacWT 0.04 / wt / view.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-31  |  186 b   |  12 lines  |  [TEXT/MMCC]

  1. /* view.h */
  2.  
  3. typedef struct {
  4.      fixed x, y, height;
  5.      fixed angle;
  6.      fixed arc;
  7.      fixed view_plane_size;
  8.      fixed eye_distance;
  9. } View;
  10.  
  11. extern View *new_view(fixed arc);
  12.